home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / adl / adlcomp / readme < prev    next >
Encoding:
Text File  |  1987-08-05  |  549 b   |  16 lines

  1. This directory contains the sources for adlcomp(6).
  2. The files in this directory are as follows:
  3.  
  4.     adlcomp.c        --    Main program for adlcomp
  5.     adllex.c        --    Lexical analyzer for adlcomp
  6.     adlglob.c        --    Global variables
  7.     adlmisc.c        --    Miscellaneous goodies
  8.     adlmsg.c        --    Message writing routines
  9.     adlobj.c        --    Object manipulations.
  10.     codegen.c        --    One pass code generator for routcomp.c
  11.     compdict.c        --    Symbol table routines
  12.     predef.c        --    Predefined tokens for adlcomp
  13.     routcomp.c        --    Routine compiler
  14.  
  15. To make adlcomp, simply type "make" in this directory.
  16.